home *** CD-ROM | disk | FTP | other *** search
- object NewCustomDictionary: TNewCustomDictionary
- Left = 402
- Top = 285
- BorderIcons = [biSystemMenu]
- BorderStyle = bsDialog
- Caption = 'xxNew Custom Dictionary'
- ClientHeight = 102
- ClientWidth = 231
- Color = clBtnFace
- ParentFont = True
- OldCreateOrder = False
- Position = poScreenCenter
- OnCreate = FormCreate
- OnDestroy = FormDestroy
- PixelsPerInch = 96
- TextHeight = 13
- object EditLabel: TTntLabel
- Left = 8
- Top = 16
- Width = 193
- Height = 13
- Caption = 'xxEnter the new custom dictionary name:'
- FocusControl = NameEdit
- end
- object NameEdit: TTntEdit
- Left = 8
- Top = 40
- Width = 217
- Height = 21
- TabOrder = 0
- end
- object OKButton: TMMTNTBItBtn
- Left = 70
- Top = 72
- Width = 75
- Height = 23
- Caption = 'xx&OK'
- Default = True
- ModalResult = 1
- TabOrder = 1
- end
- object CancelButton: TMMTNTBItBtn
- Left = 150
- Top = 72
- Width = 75
- Height = 23
- Cancel = True
- Caption = 'xx&Cancel'
- ModalResult = 2
- TabOrder = 2
- end
- end
-